CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimObjectInstance Json Schema
In This Topic
    CimObjectInstance Json Schema
    In This Topic
    Description
    is an object that describe a CIMPLICITY class object instance
    Overview
    CimObjectInstance
    is an object that describe a CIMPLICITY class object instance
    ID : string
    is a string indicating the ID of the object
    ClassID : string
    is a string indicating the class of the object
    Description : string
    is a string indicating the description of the object instance
    Attributes : Array[CimAttribute]
    An array of attributes used in the configuration of the objects instance.
    ID : string
    is a string indicating the ID of the attribute
    Value : string
    is a string containing the value of the attribute.
    Routing : Array[string]
    An array of roles the alarms created by the this object are routed to
    Properties
    NameDescriptionData Type
    is a string indicating the ID of the objectstring
    is a string indicating the class of the objectstring
    is a string indicating the description of the object instancestring
    An array of attributes used in the configuration of the objects instance.Array[CimAttribute]
    An array of roles the alarms created by the this object are routed toArray[string]
    See Also